Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1588 +/- ##
============================================
- Coverage 73.29% 73.28% -0.01%
+ Complexity 4519 4518 -1
============================================
Files 478 478
Lines 14298 14298
Branches 1490 1490
============================================
- Hits 10480 10479 -1
- Misses 2930 2931 +1
Partials 888 888
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
👾 Eek! A few polish needed but an alright start @slackapi[bot]! |
|
🗣️ Am wanting to revisit this soon with |
Add missing properties detected during remote API tests: - is_modified_by_ai to File and MatchedItem models - slack_file_id to Attachment model Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
zimeg
left a comment
There was a problem hiding this comment.
🌟 Words after inspecting these changes-
| private boolean canvasPrintingEnabled; | ||
|
|
||
| private boolean isAiSuggested; | ||
| private boolean isModifiedByAi; |
zimeg
left a comment
There was a problem hiding this comment.
😉 With generous self approval too!
|
🗣️ Will merge this to avoid adding more recent changes to this commit. |
This PR updates the web API client and model based on the production E2E test results.
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.